@charset "UTF-8";
/*
	共通
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@font-face {
  font-family: 'SourceHanSerif';
  src: url("../fonts/Source-han-serif_sub.woff2") format("woff2"), url("../fonts/Source-han-serif_sub.woff") format("woff");
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

.inner_l {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .inner_l {
    padding: 0 20px;
  }
}

#wrapper {
  overflow: hidden;
}

/* ユーティリティ */
@media screen and (min-width: 981px) {
  .sp-only {
    display: none !important;
  }
}

/* 明朝 */
.serif {
  font-family: 'Hiragino Mincho ProN', 'MS PMincho', SourceHanSerif, serif;
}

/* 明朝（Times） */
.serif-t {
  font-family: 'Times New Roman', SourceHanSerif, serif;
}

/* ページトップボタン */
#totop {
  background: url("../img/arrow_pagetop.svg") no-repeat center center;
  background-color: rgba(73, 115, 173, 0.9);
  bottom: 90px;
  cursor: pointer;
  height: 30px;
  line-height: 0;
  opacity: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  width: 30px;
  z-index: -1;
}

#totop.on {
  opacity: 1;
  z-index: 90;
}

#totop img {
  position: relative;
  top: 10px;
}

/*---------------------------------------------------------- header
*/
#header {
  background: rgba(73, 115, 173, 0.75);
  height: 120px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}

#header .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  padding-top: 20px;
}

#header h1 {
  line-height: 0;
  margin: 0;
  padding: 0;
}

#header a {
  color: #FFF;
}

#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* globalnav-top */
#globalnav-top ul {
  border: 1px solid #FFF;
  padding: 2px 10px 3px 0;
  position: absolute;
  right: 0;
  top: 32px;
}

#globalnav-top ul li {
  display: inline-block;
  margin-left: 10px;
}

#globalnav-top ul li a {
  font-size: 12px;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

#globalnav-top ul li a:hover {
  opacity: .7;
  text-decoration: none;
}

#globalnav-top ul li a:before {
  content: '＞';
}

/* globalnav-main */
#globalnav-main {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#globalnav-main .globalnav-list h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
  padding: 0;
}

#globalnav-main .globalnav-list:nth-of-type(5) h2 {
  letter-spacing: 0;
}

#globalnav-main .globalnav-list h2 a,
#globalnav-main .globalnav-list h2 > span {
  color: #FFF;
  display: block;
  padding: 15px 0;
}

#globalnav-main .globalnav-list h2 > span {
  cursor: default;
}

#globalnav-main .globalnav-list:hover h2 a,
#globalnav-main .globalnav-list:hover h2 > span {
  background: rgba(73, 115, 173, 0.8);
  text-decoration: none;
}

#globalnav-main .globalnav-list h2 a span,
#globalnav-main .globalnav-list h2 span span {
  border-left: 1px solid #FFF;
  padding: 0 23px;
}

#globalnav-main .globalnav-list:first-of-type h2 a span,
#globalnav-main .globalnav-list:first-of-type h2 span span {
  border-left: none;
}

/*---------------------------------------------------------- ナビ展開時
*/
#globalnav-main .globalnav-contents {
  background: rgba(73, 115, 173, 0.95);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  width: 100%;
}

/*
#globalnav-main .globalnav-list:nth-of-type(6) .globalnav-contents {
	display: block;
}
*/
#globalnav-main .globalnav-list:hover .globalnav-contents {
  height: auto;
  opacity: 1;
}

#globalnav-main .globalnav-contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px 0;
}

#globalnav-main .globalnav-inner {
  border-right: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

#globalnav-main .globalnav-inner:first-of-type {
  border-left: 1px solid #FFF;
}

#globalnav-main .globalnav-inner h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
}

#globalnav-main .globalnav-inner ul li a {
  display: block;
  font-size: 14px;
  padding: 7px 1em 7px 0;
  position: relative;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

#globalnav-main .globalnav-inner ul .globalnav-sub a {
  padding-left: .5em;
}

#globalnav-main .globalnav-inner ul li a:after {
  content: '＞';
  margin-top: -.5em;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 50%;
}

#globalnav-main .globalnav-inner ul li a:hover {
  opacity: .5;
  text-decoration: none;
}

#globalnav-main .globalnav-inner ul li a i {
  color: #FFF;
  display: inline-block;
  margin-left: 5px;
  padding: 1px 2px;
}

#globalnav-main .globalnav-inner ul li a i.toyo {
  background: #E70;
}

#globalnav-main .globalnav-inner ul li a i.judo {
  background: #0599D9;
}

#globalnav-main .globalnav-inner ul li a i.rigaku {
  background: #4CA635;
}

/* 学科紹介 */
#globalnav-course .globalnav-inner:nth-of-type(1) {
  width: 16%;
}

#globalnav-course .globalnav-inner:nth-of-type(2) {
  width: 21%;
}

#globalnav-course .globalnav-inner:nth-of-type(3) {
  width: 21%;
}

#globalnav-course .globalnav-inner:nth-of-type(4) {
  width: 21%;
}

#globalnav-course .globalnav-inner:nth-of-type(5) {
  width: 21%;
}

/* 学校案内 */
#globalnav-about .globalnav-inner:nth-of-type(1) {
  width: 39%;
}

#globalnav-about .globalnav-inner:nth-of-type(2) {
  width: 30%;
}

#globalnav-about .globalnav-inner:nth-of-type(3) {
  width: 30%;
}

/* 入試 */
#globalnav-examination .globalnav-inner:nth-of-type(1) {
  width: 20%;
}

#globalnav-examination .globalnav-inner:nth-of-type(2) {
  width: 45%;
}

#globalnav-examination .globalnav-inner:nth-of-type(3) {
  width: 35%;
}

/* 学費 */
#globalnav-expense .globalnav-inner {
  width: 25%;
}

/* キャンパスライフ */
#globalnav-campuslife .globalnav-inner:nth-of-type(1) {
  width: 25%;
}

#globalnav-campuslife .globalnav-inner:nth-of-type(2) {
  width: 23%;
}

#globalnav-campuslife .globalnav-inner:nth-of-type(3) {
  width: 17%;
}

#globalnav-campuslife .globalnav-inner:nth-of-type(4) {
  width: 15%;
}

#globalnav-campuslife .globalnav-inner:nth-of-type(5) {
  width: 20%;
}

/* 資格 */
#globalnav-career .globalnav-inner {
  width: 33.3%;
}

/*---------------------------------------------------------- スマホナビ
*/
body.fixed {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.over-cont {
  background: #000;
  color: #FFF;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}

.over-cont.on {
  display: block;
}

.sp-nav-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding-top: 42px;
  position: relative;
}

.close {
  background: #000;
  border-bottom: 1px solid #FFF;
  height: 42px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.close span {
  border-left: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  font-size: 40px;
  height: 42px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

.sp-nav-inner > ul {
  border-top: 1px solid #FFF;
}

.over-cont li span,
.over-cont li a {
  border-bottom: 1px solid #FFF;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 15px 15px;
}

.over-cont li span:before,
#sp-nav-cont-target li a:before {
  background: url(../img/gnav_arrow_right.svg) no-repeat center center;
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 3px;
  width: 13px;
}

.over-cont li.open span:before {
  background: url(../img/gnav_arrow_down.svg) no-repeat center bottom;
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 3px;
  width: 13px;
}

#sp-nav-cont-menu.over-cont li a {
  background: #C9CACA;
  color: #000;
}

.over-cont .sp-nav-sub a {
  padding-left: 25px;
}

.over-cont ul li a i {
  color: #FFF;
  display: inline-block;
  margin-left: 3px;
  padding: 1px 2px;
}

.over-cont ul li a i.toyo {
  background: #E70;
}

.over-cont ul li a i.judo {
  background: #0599D9;
}

.over-cont ul li a i.rigaku {
  background: #4CA635;
}

#sp-nav-cont-menu.over-cont li ul {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

#sp-nav-cont-menu.over-cont li.open ul {
  height: auto;
  opacity: 1;
}

/* btn-line_shadow */
.btn-line_shadow {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important;
  border-radius: 8px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  color: #FFF !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 15px 10px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.btn-line_shadow:after {
  border: 2px solid;
  border-bottom-right-radius: 8px;
  border-left: none;
  border-top: none;
  content: '';
  display: block;
  height: 100%;
  left: 4px;
  pointer-events: none;
  position: absolute;
  top: 4px;
  width: 100%;
}

.btn-line_shadow.-red {
  background: #C71041 !important;
}

.btn-line_shadow.-red:after {
  border-color: #C71041;
}

.btn-line_shadow.-yellow {
  background: #F9BF3D !important;
}

.btn-line_shadow.-yellow:after {
  border-color: #F9BF3D;
}

/* cta */
.cta {
  margin: 50px auto;
}

.cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

.cta-list li {
  min-height: 100px;
  position: relative;
  width: 47%;
}

.cta-list li a {
  font-size: 120%;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  top: 0;
  width: 100%;
}

.cta-list li a:hover {
  opacity: .8;
}

/* sp-nav-cont-bottom */
#sp-nav-cont-bottom {
  background: #4973AD;
  padding: 20px 15px;
}

#sp-nav-cont-bottom-btn {
  margin: 0 auto 20px !important;
}

/* sp-nav-cont-bottom-target */
#sp-nav-cont-bottom-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sp-nav-cont-bottom-target li {
  width: 47%;
}

#sp-nav-cont-bottom-target li a {
  background: transparent !important;
  border-bottom: none !important;
  color: #FFF !important;
  padding: 8px 0 8px 15px !important;
  position: relative;
}

#sp-nav-cont-bottom-target li a:before {
  background: url(../img/gnav_arrow_right.svg) no-repeat center center;
  content: '';
  display: block;
  height: 13px;
  margin-right: 3px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 13px;
}

/* sp-nav-cont-sns */
#sp-nav-cont-sns {
  background: #FFF;
}

/* sns-list */
.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 30px 0 20px;
  padding: 0;
  width: 100%;
}

.sns-list li {
  line-height: 0;
  margin: 15px 7px;
}

.sns-list li a {
  background: transparent !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: block;
  font-weight: bold;
  height: 38px;
  padding: 0;
  position: relative;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: auto;
}

.sns-list li a:hover {
  opacity: .7;
  text-decoration: none;
}

.sp-fb {
  display: inline-block;
}

.sp-fb i {
  background: #4973AD;
  border-radius: 22px;
  display: block;
  height: 38px;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 38px;
}

.sp-fb i img {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}

.sns-yt img {
  height: auto;
  left: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}

.sns-tw i {
  background: #1DADE5;
  border-radius: 22px;
  display: block;
  height: 38px;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 38px;
}

.sns-tw i img {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
}

.sns-line i {
  background: #19A93A;
  border-radius: 22px;
  display: block;
  height: 38px;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 38px;
}

.sns-line i img {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}

.sns-list-n {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 80px 0 30px;
  position: relative;
}
.sns-list-n.-footer {
  margin-top: 60px;
}

.sns-list-n:before {
  background: url(../img/sns_top_followus.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: 42px;
  left: 50%;
  margin: 0 auto 10px;
  position: absolute;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}

.sns-list-n li {
  margin: 0 10px;
}

.sns-list-n li a {
  display: block;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.sns-list-n li a:hover {
  opacity: .8;
}

.sns-list-n li a img {
  display: block;
  height: 40px;
  width: auto;
}

/*---------------------------------------------------------- header-side-contents
*/
#header-side-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 100%;
  padding-left: 20px;
  position: absolute;
  top: 20px;
  width: 320px;
}

#header-side-contents li {
  display: inline-block;
  margin-left: 6px;
}

#header-side-contents li a {
  border-radius: 34px;
  display: block;
  font-size: 13px;
  height: 68px;
  position: relative;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 68px;
}

#header-side-contents li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#request a {
  background: #C71041;
  letter-spacing: 4px;
  line-height: 1.5em;
}

#opencampus a {
  background: #F9BF3D;
  letter-spacing: -1px;
  line-height: 1.2em;
}

/*
#focusonsmile a {
	background: #4A74AE;
}
*/
#header-side-contents li a span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#request a span {
  left: 2px;
}

#focusonsmile a img {
  height: auto;
  width: 40px;
}

#header-side-contents .header-side-sns {
  position: relative;
  right: 0;
  top: -16px;
}

#header-side-contents .header-side-sns a {
  height: 30px;
  width: 30px;
}

#header-side-contents #tw {
  margin-left: 20px;
}

#tw a {
  background: #0599D9;
}

#fb a {
  background: #4A74AE;
}

#line a {
  background: #19A93A;
}

#header-side-contents .header-side-sns a svg {
  position: relative;
  top: 2px;
}

#sp-nav-btn {
  display: none;
}

/*---------------------------------------------------------- contents
*/
/* パンくず */
#breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li a,
#breadcrumb li span {
  color: #000;
  font-size: 13px;
}

#breadcrumb li a {
  text-decoration: underline;
}

#breadcrumb li a:hover {
  text-decoration: none;
}

#breadcrumb li:before {
  content: '＞';
  font-size: 12px;
  margin-right: 5px;
}

#breadcrumb li:first-of-type:before {
  content: '';
}

/* メイン画像無しページパンくず */
#breadcrumb-bl {
  height: 50px;
  padding-top: 20px;
  text-align: right;
}

/*---------------------------------------------------------- メイン画像
*/
#main-img {
  margin-bottom: 10px;
  position: relative;
}

#main-img img {
  height: auto;
  width: 100%;
}

#main-img .inner {
  left: 50%;
  margin-left: -480px;
  position: absolute;
  top: 10px;
}

#main-img .inner #breadcrumb {
  position: absolute;
  right: 0;
  top: 10px;
}

#main-ttl {
  display: inline-block;
  margin-top: 150px;
  text-align: center;
  white-space: nowrap;
}

#main-ttl h2 {
  font-size: 58px;
  font-weight: normal;
  margin: 0 0 15px 0;
}

#main-ttl p {
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}

/*---------------------------------------------------------- ページ内ナビ
*/
#pagenav {
  clear: both;
}

#pagenav ul {
  border-bottom: 1px solid #000;
  clear: both;
  float: left;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  width: 100%;
}

#pagenav ul:last-of-type {
  margin-bottom: 35px;
}

#pagenav li {
  float: left;
}

#pagenav li a,
#pagenav li span {
  border-right: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: bold;
  height: 36px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  width: 318px;
}

#pagenav li:nth-of-type(3n) a,
#pagenav li:nth-of-type(3n) span {
  border-right: none;
}

#pagenav li a:hover {
  opacity: .5;
  text-decoration: none;
}

/*---------------------------------------------------------- contents
*/
.contents {
  clear: both;
  padding-top: 35px;
}

.contents h2 {
  font-size: 29px;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
  padding: 0 0 12px 0;
  position: relative;
  text-align: center;
}

.contents h2:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -68px;
  position: absolute;
  width: 136px;
}

.contents h2.serif {
  color: #4A74AE;
  font-size: 48px;
}

.contents h2.serif:after {
  display: none;
}

/*---------------------------------------------------------- ローカルナビ
*/
.nav-local-wrapper {
  clear: both;
  margin: 80px auto 0;
  max-width: 960px;
  position: relative;
}

.nav-local {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-local li {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 8px 0;
  position: relative;
  width: 33.33%;
}

.nav-local li a,
.nav-local li span {
  border-right: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 10px 15px 30px;
  position: relative;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  width: 100%;
}

.nav-local li a:before {
  content: '＞';
  left: 10px;
  position: absolute;
}

.nav-local li a:hover {
  opacity: .7;
  text-decoration: none;
}

.nav-local li:nth-of-type(3n) a,
.nav-local li:nth-of-type(3n) span {
  border-right: none;
}

/* 新ローカルナビ */
.nav-local2 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-family: 'Noto Sans JP', sans-serif;
}
.nav-local2 .nav-local2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 12px 20px;
}
.nav-local2 .nav-local2-list li {
  margin: 0 50px 0 0;
}
.nav-local2 .nav-local2-list li:last-of-type {
  margin-right: 0;
}
.nav-local2 .nav-local2-list li:before {
  content: '＞';
  font-size: 11px;
  font-weight: 700;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.nav-local2 .nav-local2-list li a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .nav-local2 {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .nav-local2 .nav-local2-list {
    display: block;
    padding: 0;
  }
  .nav-local2 .nav-local2-list li {
    border-bottom: 1px solid #000;
    margin: 0;
  }
  .nav-local2 .nav-local2-list li:last-of-type {
    border-bottom: none;
  }
  .nav-local2 .nav-local2-list li:before {
    display: none;
  }
  .nav-local2 .nav-local2-list li a {
    display: block;
    padding: 15px 20px;
  }
  .nav-local2 .nav-local2-list li a:before {
    content: '＞';
    font-size: 11px;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    top: -1px;
  }
}

/*---------------------------------------------------------- コンテンツ
*/
.top-bl {
  clear: both;
  margin-bottom: 30px;
}

.ttl-bl {
  min-height: 60px;
  position: relative;
}

.ttl-bl h2 {
  font-size: 66px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.ttl-bl h3 {
  font-size: 21px;
  margin: 0;
  padding: 0;
}

#cta {
  clear: both;
  padding-top: 1px;
}

/*---------------------------------------------------------- 本校をもっと知る
*/
#more .ttl-bl {
  margin-bottom: 15px;
}

#more .ttl-bl h2 {
  display: inline-block;
  margin-right: 5px;
}

#more .ttl-bl h3 {
  display: inline-block;
}

#more-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#more-list li {
  float: left;
  line-height: 0;
  margin: 0 0 15px 30px;
}

#more-list li:nth-of-type(3n+1) {
  margin-left: 0;
}

#more-list li a {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

#more-list li a:hover {
  opacity: .7;
}

/* TOP用SNS */
#sns {
  display: none;
}

/*---------------------------------------------------------- footer
*/
#footer {
  background: #4973AD;
  color: #FFF;
  clear: both;
  padding: 20px 0 10px 0;
}

#footer-left {
  float: left;
  margin: 30px 40px 0 0;
  width: 580px;
}

#footer .ttl-bl {
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
}

#footer .ttl-bl h2 {
  display: inline-block;
  font-size: 50px;
  font-weight: normal;
  margin: 0 15px 0 0;
}

#footer .ttl-bl h3 {
  display: inline-block;
}

#footer .footer-bl {
  display: inline-block;
  padding-top: 30px;
  position: relative;
}

#footer .footer-bl h3 {
  height: 30px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
}

#footer .footer-bl ul {
  display: inline-block;
  list-style: none;
  margin: 0 25px 20px 0;
  padding: 0;
}

#footer .footer-bl li a {
  color: #FFF;
  display: block;
  font-size: 12px;
  line-height: 1.7em;
  padding-left: 1.4em;
  position: relative;
}

#footer .footer-bl li a:before {
  content: '＞';
  left: 0;
  position: absolute;
}

#footer-center,
#footer-right {
  float: left;
  width: 170px;
}

#footer-center .footer-bl,
#footer-right .footer-bl {
  width: 100%;
}

#footer-right .footer-bl ul {
  margin-right: 0;
}

/* footer-bottom */
#footer-bottom {
  border-top: 1px solid #FFF;
  clear: both;
  padding-top: 15px;
  position: relative;
}

#footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-nav li {
  float: left;
  margin-bottom: 15px;
}

#footer-nav li a {
  border-right: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 12px;
  padding: 0 15px;
}

#footer-nav li:first-of-type a {
  border-left: 1px solid #FFF;
}

#footer-bottom p {
  clear: both;
}

#footer-bottom p small {
  font-size: 11px;
}

#footer-info {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

#footer-info em {
  font-size: 13px;
  font-style: normal;
}

#footer-info a {
  color: #FFF;
}

@media screen and (max-width: 1610px) {
  #header-side-contents {
    background: rgba(73, 115, 173, 0.9);
    bottom: 0;
    height: 80px;
    left: 0;
    padding: 6px 0 0 0;
    position: fixed;
    top: auto;
    width: 100%;
  }

  #header-side-contents ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 50%;
    margin-left: -150px;
    padding: 0 10px;
    position: relative;
    width: 300px;
  }

  #header-side-contents li {
    margin-left: 4px;
  }

  /*
  #focusonsmile a {
  	background: #004890;
  }
  */
  #header-side-contents #tw {
    margin-left: 5px;
  }

  #tw a,
  #fb a,
  #line a {
    background: #FFF;
  }

  #tw svg path,
  #fb svg path,
  #line svg path {
    fill: #4A74AE;
  }

  #line svg path:last-of-type {
    fill: #FFF;
  }
}
@media screen and (max-width: 980px) {
  .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  /*---------------------------------------------------------- header
  */
  #header {
    height: 42px;
  }

  #header .inner {
    height: 42px;
    padding: 10px 0 0 0;
  }

  #header h1 {
    margin-left: 20px;
  }

  #header h1 img {
    height: 26px;
    width: auto;
  }

  #globalnav-top ul {
    display: none;
  }

  #globalnav-main {
    display: none;
  }

  #sp-nav-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  #sp-nav-btn li {
    background: rgba(0, 0, 0, 0.7);
    border-left: 1px solid #FFF;
    cursor: pointer;
    height: 42px;
    float: left;
    position: relative;
    width: 42px;
  }

  #sp-nav-btn li img {
    bottom: 6px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* パンくず */
  #breadcrumb,
  #breadcrumb-bl {
    display: none;
  }

  /* cta */
  .cta {
    margin: 30px auto 50px;
  }

  .cta-list {
    width: 100%;
  }

  .cta-list li {
    min-height: 60px;
  }

  .cta-list li a {
    font-size: 90%;
  }

  /* sns-list */
  .sns-list {
    margin: 0;
  }

  /*---------------------------------------------------------- メイン画像
  */
  #main-img {
    margin-bottom: 0;
  }

  #main-img .inner {
    margin-left: 0;
    position: static;
  }

  #main-ttl {
    display: none;
  }

  /*---------------------------------------------------------- ページ内ナビ
  */
  #pagenav {
    display: none;
  }

  /*---------------------------------------------------------- contents
  */
  .contents {
    padding-top: 30px;
  }

  .contents h2 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }

  .contents h2:after {
    margin-left: -50px;
    width: 100px;
  }

  .contents h2.serif {
    font-size: 23px;
    margin: 0 0 10px 0;
  }

  /*---------------------------------------------------------- コンテンツ
  */
  .top-bl {
    margin: 0;
  }

  .ttl-bl {
    margin: 0 0 10px 0;
    min-height: 34px;
  }

  .ttl-bl h2 {
    font-size: 32px;
    white-space: nowrap;
  }

  .ttl-bl h3 {
    font-size: 12px;
    left: 0;
    position: absolute;
    top: -14px;
  }

  /*---------------------------------------------------------- ローカルナビ
  */
  .nav-local-wrapper {
    margin: 60px auto 0;
  }

  .nav-local li {
    padding: 0;
    width: 50%;
  }

  .nav-local li a,
  .nav-local li span {
    font-size: 12px;
    padding: 15px 10px 15px 25px;
  }

  .nav-local li:nth-of-type(2n) a,
  .nav-local li:nth-of-type(2n) span {
    border-right: none !important;
  }

  .nav-local li:nth-of-type(3n) a,
  .nav-local li:nth-of-type(3n) span {
    border-right: 1px solid #000;
  }

  .nav-local .sp-none {
    display: none;
  }

  /*---------------------------------------------------------- 本校をもっと知る
  */
  #more .ttl-bl {
    margin-bottom: 5px;
  }

  #more .ttl-bl h2 {
    margin: 0;
  }

  #more-list li {
    margin: 0 0 10px 4%;
    width: 48%;
  }

  #more-list li:nth-of-type(3n+1) {
    margin-left: 4%;
  }

  #more-list li:nth-of-type(2n+1) {
    margin-left: 0;
  }

  #more-list li img {
    height: auto;
    width: 100%;
  }

  /*---------------------------------------------------------- footer
  */
  #footer {
    padding: 20px 0 10px 0;
  }

  #footer-left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin: 20px 0 0 0;
    width: 50%;
  }

  #footer .ttl-bl {
    border-bottom: none;
    margin: 0 0 20px 0;
  }

  #footer .ttl-bl h2 {
    display: inline-block;
    font-size: 24px;
    margin-right: 15px;
  }

  #footer .footer-bl {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
  }

  #footer .footer-bl h3 {
    font-size: 14px;
    height: 20px;
    line-height: 22px;
  }

  #footer .footer-bl ul {
    display: inline-block;
    list-style: none;
    margin: 0 25px 0 0;
    padding: 0;
  }

  #footer .footer-bl li a {
    font-size: 11px;
  }

  #footer-center,
  #footer-right {
    float: left;
    width: 50%;
  }

  #footer-center .footer-bl,
  #footer-right .footer-bl {
    width: 100%;
  }

  #footer-center .footer-bl ul,
  #footer-right .footer-bl ul {
    margin-right: 0;
  }

  /* footer-bottom */
  #footer-bottom {
    border-top: 1px solid #FFF;
    clear: both;
    padding-top: 15px;
    position: relative;
  }

  #footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #footer-nav li {
    float: left;
    margin-bottom: 10px;
  }

  #footer-nav li a {
    border-right: 1px solid #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    display: block;
    font-size: 12px;
    padding: 0 12px;
  }

  #footer-nav li:first-of-type a {
    border-left: 1px solid #FFF;
  }

  #footer-bottom p small {
    font-size: 9px;
  }

  #footer-info {
    border-top: 1px solid #FFF;
    font-size: 11px;
    padding-top: 10px;
    position: relative;
    right: auto;
    text-align: left;
  }

  #footer-info a {
    color: #FFF;
  }
}
/*---------------------------------------------------------- header 2022renew
*/
#wrapper {
  padding-top: 100px;
}

.header {
  font-family: 'Noto Sans JP', sans-serif;
}
.header .header-nav-recruit-btn {
  border: 1px solid #000;
  color: #4d4d4d;
  display: block;
  font-size: 90%;
  letter-spacing: 1px;
  padding: 4px 20px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header .header-nav-recruit-btn:hover {
  opacity: .7;
  text-decoration: none;
}
.header .header-inner {
  background-color: #fff;
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header .header-inner .header-logo {
  left: 64px;
  margin: 0;
  position: relative;
  top: 40px;
}
.header .header-inner .header-logo a img {
  display: inline-block;
  height: auto;
  width: 340px;
}
.header .header-inner .header-nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 48px;
}
.header .header-inner .header-nav .header-nav-recruit-btn-wrraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 50px 10px;
}
.header .header-inner .header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 30px 20px;
  padding: 0;
}
.header .header-inner .header-nav .header-nav-list li {
  font-size: 16px;
}
.header .header-inner .header-nav .header-nav-list li a {
  border-left: 1px solid #4d4d4d;
  color: #4d4d4d;
  display: block;
  line-height: 1;
  padding: 0 20px;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.header .header-inner .header-nav .header-nav-list li a:hover {
  opacity: .7;
  text-decoration: none;
}
.header .header-inner .header-nav .header-nav-list li:first-of-type a {
  border-left: none;
}
.header .header-inner .header-nav .header-nav-btn {
  display: block;
  height: 80px;
  position: relative;
  width: 80px;
}
.header .header-inner .header-nav .header-nav-btn .header-nav-bars {
  display: block;
  height: 35px;
  left: 50%;
  position: absolute;
  top: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
}
.header .header-inner .header-nav .header-nav-btn .header-nav-bars .header-nav-bar {
  background-color: #4d4d4d;
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  width: 100%;
}
.header .header-inner .header-nav .header-nav-btn .header-nav-bars:before, .header .header-inner .header-nav .header-nav-btn .header-nav-bars:after {
  background-color: #4d4d4d;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  width: 100%;
}
.header .header-inner .header-nav .header-nav-btn .header-nav-bars:before {
  top: 0;
}
.header .header-inner .header-nav .header-nav-btn .header-nav-bars:after {
  bottom: 0;
}
.header .header-inner .header-nav .header-nav-btn.is-open .header-nav-bars .header-nav-bar {
  opacity: 0;
}
.header .header-inner .header-nav .header-nav-btn.is-open .header-nav-bars:before, .header .header-inner .header-nav .header-nav-btn.is-open .header-nav-bars:after {
  bottom: auto;
  top: 50%;
}
.header .header-inner .header-nav .header-nav-btn.is-open .header-nav-bars:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header .header-inner .header-nav .header-nav-btn.is-open .header-nav-bars:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header .header-inner .header-nav .header-nav-txt {
  bottom: 14px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header .header-inner .header-nav .header-nav-txt img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 36px;
}
.header .header-menu-wrapper {
  background-color: rgba(73, 115, 173, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 100px);
  left: 0;
  opacity: 0;
  overflow-y: auto;
  padding-bottom: 80px;
  pointer-events: none;
  position: fixed;
  top: 100px;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  width: 100%;
  z-index: 999;
}
.header .header-menu-wrapper.is-open {
  opacity: 1;
  pointer-events: visible;
}
.header .header-menu-wrapper .header-menu-list {
  background-color: #fff;
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-menu-wrapper .header-menu-list li {
  margin-bottom: 1px;
}
.header .header-menu-wrapper .header-menu-list li.acdn {
  background-color: #414141;
}
.header .header-menu-wrapper .header-menu-list li.acdn span {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 62px;
  line-height: 62px;
  padding-left: 135px;
}
.header .header-menu-wrapper .header-menu-list li.acdn span:before {
  background: url(../img/rw/gnav_arrow_right.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  width: 16px;
}
.header .header-menu-wrapper .header-menu-list li.acdn.open span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header .header-menu-wrapper .header-menu-list li.acdn ul {
  background-color: #fff;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li {
  background-color: #E8F2F3;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li a {
  color: #414141;
  display: block;
  height: 62px;
  line-height: 62px;
  padding-left: 135px;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li a i {
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  height: 1.4em;
  line-height: 1.4em;
  margin-left: 5px;
  padding: 1px 2px;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li a i.toyo {
  background: #E70;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li a i.judo {
  background: #0599D9;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li a i.rigaku {
  background: #4CA635;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li a i.shika {
  background: #7962AA;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li a:hover {
  opacity: .5;
  text-decoration: none;
}
.header .header-menu-wrapper .header-menu-list li.acdn ul li.header-menu-sub a {
  padding-left: 155px;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 40px 0 30px;
  padding: 0;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-target li a {
  border-left: 1px solid #fff;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 0 15px;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-target li a:hover {
  opacity: .7;
  text-decoration: none;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-target li:first-of-type a {
  border-left: none;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-recruit-btn-wrraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-recruit-btn-wrraper .header-nav-recruit-btn {
  border-color: #fff;
  color: #fff;
  font-size: 100%;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-sns li {
  margin: 0 10px;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-sns li a {
  display: block;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-sns li a:hover {
  opacity: .8;
}
.header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-sns li a img {
  display: block;
  height: 40px;
  width: auto;
}

@media screen and (max-width: 1139px) {
  .header .header-inner .header-nav .header-nav-list {
    margin-right: 20px;
  }
  .header .header-inner .header-nav .header-nav-list li {
    font-size: 14px;
  }
  .header .header-inner .header-nav .header-nav-list li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper {
    padding-top: 50px;
  }

  .header .header-inner {
    height: 50px;
  }
  .header .header-inner .header-logo {
    left: 16px;
    top: 10px;
  }
  .header .header-inner .header-logo a img {
    width: 190px;
  }
  .header .header-inner .header-nav {
    right: 0;
  }
  .header .header-inner .header-nav .header-nav-recruit-btn-wrraper {
    display: none;
  }
  .header .header-inner .header-nav .header-nav-list {
    display: none;
  }
  .header .header-inner .header-nav .header-nav-btn {
    height: 50px;
    width: 50px;
  }
  .header .header-inner .header-nav .header-nav-btn .header-nav-bars {
    height: 20px;
    top: 10px;
    width: 26px;
  }
  .header .header-inner .header-nav .header-nav-btn .header-nav-bars .header-nav-bar {
    height: 3px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .header .header-inner .header-nav .header-nav-btn .header-nav-bars:before, .header .header-inner .header-nav .header-nav-btn .header-nav-bars:after {
    height: 3px;
  }
  .header .header-inner .header-nav .header-nav-txt {
    bottom: 9px;
  }
  .header .header-inner .header-nav .header-nav-txt img {
    width: 20px;
  }
  .header .header-menu-wrapper {
    height: calc(100vh - 50px);
    padding-bottom: 150px;
    top: 50px;
  }
  .header .header-menu-wrapper .header-menu-list {
    font-size: 15px;
  }
  .header .header-menu-wrapper .header-menu-list li.acdn span {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  .header .header-menu-wrapper .header-menu-list li.acdn span:before {
    height: 13px;
    width: 13px;
  }
  .header .header-menu-wrapper .header-menu-list li.acdn ul li a {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  .header .header-menu-wrapper .header-menu-list li.acdn ul li a i {
    font-size: 12px;
  }
  .header .header-menu-wrapper .header-menu-list li.acdn ul li.header-menu-sub a {
    padding-left: 40px;
  }
  .header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-target {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
    margin: 30px auto 10px;
    width: 280px;
  }
  .header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-target li {
    margin-bottom: 15px;
  }
  .header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-target li a {
    padding: 0 10px;
  }
  .header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-target li:nth-of-type(3) a {
    border-left: none;
  }
  .header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-recruit-btn-wrraper {
    margin-bottom: 30px;
  }
  .header .header-menu-wrapper .header-menu-bottom .header-menu-bottom-recruit-btn-wrraper .header-nav-recruit-btn {
    font-size: 13px;
  }
}
.fixed-nav {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 140px;
  width: 90px;
  z-index: 1000;
}
.fixed-nav .fixed-nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ccc;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 80px;
}
.fixed-nav .fixed-nav-item:last-of-type {
  margin-bottom: 0;
}
.fixed-nav .fixed-nav-item i {
  display: block;
  margin-bottom: 15px;
}
.fixed-nav .fixed-nav-item i img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 24px;
}
.fixed-nav .fixed-nav-item i img.icon-opencampus {
  width: 30px;
}
.fixed-nav .fixed-nav-item p {
  font-size: 18px;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.fixed-nav .fixed-nav-item:hover {
  text-decoration: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fixed-nav .fixed-nav-item.-document {
  background-color: #FFFF01;
  color: #4d4d4d;
}
.fixed-nav .fixed-nav-item.-oc {
  background-color: #34C4C5;
}
.fixed-nav .fixed-nav-item.-access {
  background-color: #FE4F4A;
}
@media screen and (max-width: 1023px) {
  .fixed-nav {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: auto;
    width: 100%;
  }
  .fixed-nav .fixed-nav-item {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 60px;
    margin-bottom: 0;
    padding-right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 34%;
  }
  .fixed-nav .fixed-nav-item i {
    margin-bottom: 8px;
  }
  .fixed-nav .fixed-nav-item i img {
    height: 18px;
    width: auto;
  }
  .fixed-nav .fixed-nav-item p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .fixed-nav .fixed-nav-item p br {
    display: none;
  }
}

/*---------------------------------------------------------- footer 2022renew
*/
.footer-heading {
  border-bottom: 1px solid;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 15px;
}
.footer-heading span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 25px;
}
@media screen and (max-width: 1023px) {
  .footer-heading {
    font-size: 22px;
    letter-spacing: 0;
    padding-bottom: 5px;
    position: relative;
  }
  .footer-heading span {
    bottom: 5px;
    font-size: 13px;
    position: absolute;
    right: 0;
  }
}

.footer-info {
  background-color: #F0F0F0;
  color: #4d4d4d;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 70px 0 40px;
}
.footer-info .footer-heading {
  border-color: #4d4d4d;
}
.footer-info .footer-info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-info .footer-info-body .footer-info-detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-top: 4%;
  width: 40%;
}
.footer-info .footer-info-body .footer-info-detail h3 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 35px;
}
.footer-info .footer-info-body .footer-info-detail h3 span {
  display: block;
  font-size: 20px;
}
.footer-info .footer-info-body .footer-info-detail .footer-info-item {
  line-height: 1.8;
  margin-top: 20px;
}
.footer-info .footer-info-body .footer-info-detail .footer-info-item h4 {
  font-size: 14px;
  margin: 0;
}
.footer-info .footer-info-body .footer-info-detail .footer-info-item p {
  font-size: 14px;
  margin: 0;
}
.footer-info .footer-info-body .footer-info-detail .footer-info-item p em {
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.footer-info .footer-info-body .footer-info-map {
  position: relative;
  width: 60%;
}
.footer-info .footer-info-body .footer-info-map img {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer-info .footer-info-body .footer-info-map .footer-info-access {
  padding-bottom: 30px;
  padding-left: 29.5%;
  padding-top: 47%;
}
.footer-info .footer-info-body .footer-info-map .footer-info-access .footer-info-access-attention {
  color: #C00E42;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
.footer-info .footer-info-body .footer-info-map .footer-info-access .footer-info-access-attention strong {
  background-color: #C00E42;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-left: 5px;
  padding: 2px 10px 3px;
  position: relative;
  top: -1px;
}
.footer-info .footer-info-body .footer-info-map .footer-info-access ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-info .footer-info-body .footer-info-map .footer-info-access ul li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.footer-info .footer-info-body .footer-info-map .footer-info-access ul li:before {
  content: '■';
}
.footer-info .footer-info-body .footer-info-map .footer-info-access ul li em {
  color: #C00E42;
  font-style: normal;
  font-weight: 700;
}
.footer-info .footer-info-body .footer-info-map .footer-info-access ul li em span {
  font-size: 140%;
}
.footer-info .footer-info-body .footer-info-map .footer-info-access .footer-info-access-bottom {
  font-weight: 700;
  margin: 10px 0 0;
}
@media screen and (min-width: 1024px) {
  .footer-info .footer-info-body .footer-info-map .footer-info-access ul li br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .footer-info-body {
    display: block;
  }
  .footer-info .footer-info-body .footer-info-detail {
    padding-right: 0;
    padding-top: 40px;
    width: 100%;
  }
  .footer-info .footer-info-body .footer-info-detail h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .footer-info .footer-info-body .footer-info-detail h3 span {
    font-size: 17px;
  }
  .footer-info .footer-info-body .footer-info-detail .footer-info-item h4 {
    font-size: 12px;
  }
  .footer-info .footer-info-body .footer-info-detail .footer-info-item p {
    font-size: 12px;
  }
  .footer-info .footer-info-body .footer-info-detail .footer-info-item p em {
    font-size: 32px;
  }
  .footer-info .footer-info-body .footer-info-map {
    margin-top: 30px;
    width: 100%;
  }
  .footer-info .footer-info-body .footer-info-map img {
    position: static;
  }
  .footer-info .footer-info-body .footer-info-map .footer-info-access {
    margin-top: 20px;
    padding: 0;
  }
  .footer-info .footer-info-body .footer-info-map .footer-info-access .footer-info-access-attention {
    font-size: 13px;
  }
  .footer-info .footer-info-body .footer-info-map .footer-info-access .footer-info-access-attention strong {
    font-size: 10px;
  }
  .footer-info .footer-info-body .footer-info-map .footer-info-access ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.footer {
  background: #5780B8;
  color: #FFF;
  clear: both;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 40px 0 60px;
}
.footer .footer-bl h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.footer .footer-bl ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-bl ul li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 1.7em;
  padding-left: 1.4em;
  position: relative;
}
.footer .footer-bl ul li a:before {
  content: '＞';
  left: 0;
  position: absolute;
}
.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.footer .footer-top .footer-left {
  width: 60.83%;
}
.footer .footer-top .footer-left .footer-left-top {
  margin-bottom: 30px;
  padding-top: 30px;
}
.footer .footer-top .footer-left .footer-left-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top .footer-left .footer-left-list .footer-bl {
  width: 25%;
}
.footer .footer-top .footer-left .footer-left-list .footer-bl:last-of-type {
  width: 75%;
}
.footer .footer-top .footer-left .footer-left-list .footer-bl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-top .footer-center .footer-bl,
.footer .footer-top .footer-right .footer-bl {
  margin-bottom: 30px;
}
.footer .footer-top .footer-center .footer-bl:last-of-type,
.footer .footer-top .footer-right .footer-bl:last-of-type {
  margin-bottom: 0;
}
.footer .footer-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
.footer .footer-bottom .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
}
.footer .footer-bottom .footer-nav li a {
  border-right: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 14px;
  padding: 0 15px;
  white-space: nowrap;
}
.footer .footer-bottom .footer-nav li:first-of-type a {
  border-left: 1px solid #FFF;
}
.footer .footer-bottom .footer-copy {
  font-size: 11px;
  line-height: 1.3;
  margin: 0;
}
.footer .footer-bottom .footer-copy small {
  font-size: 100%;
}
@media screen and (max-width: 1023px) {
  .footer {
    background: #FFF;
    color: #4d4d4d;
    clear: both;
    padding: 15px 0 75px;
  }
  .footer .footer-top {
    display: none;
  }
  .footer .footer-bottom {
    padding-top: 0;
  }
  .footer .footer-bottom .footer-nav {
    display: none;
  }
  .footer .footer-bottom .footer-copy {
    font-size: 10px;
    text-align: center;
    width: 100%;
  }
}

.btn-page-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 70px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 60px;
  z-index: 1001;
}
.btn-page-top img {
  display: block;
  height: auto;
  width: 26px;
}
.btn-page-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-page-top.is-active {
  opacity: 1;
  pointer-events: visible;
}
@media screen and (max-width: 1023px) {
  .btn-page-top {
    border-radius: 20px;
    bottom: 70px;
    height: 40px;
    right: 10px;
    width: 40px;
  }
  .btn-page-top img {
    width: 20px;
  }
}

/*---------------------------------------------------------- コンテンツヘッダー
*/
.contents-header {
  background-color: #5780B8;
  color: #fff;
  height: 220px;
  position: relative;
}
.contents-header .contents-header-school_name {
  font-size: 11px;
  font-weight: 400;
  left: 70px;
  letter-spacing: 2px;
  margin: 0;
  position: absolute;
  top: 15px;
}
.contents-header .contents-header-heading {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 120px 0 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .contents-header {
    height: 148px;
  }
  .contents-header .contents-header-school_name {
    display: none;
  }
  .contents-header .contents-header-heading {
    font-size: 18px;
    padding: 68px 0 0;
  }
}

/*---------------------------------------------------------- 動画ブロック
*/
.movie-heading-side_lines {
  color: #4d4d4d;
  font-size: 24px;
  margin: 0 0 40px;
  text-align: center;
}
.movie-heading-side_lines span {
  display: inline-block;
  line-height: 1.6;
  padding: 0 30px;
  position: relative;
}
.movie-heading-side_lines span:before, .movie-heading-side_lines span:after {
  background-color: #4d4d4d;
  content: '';
  display: block;
  height: 50px;
  position: absolute;
  top: 50%;
  width: 1px;
}
.movie-heading-side_lines span:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}
.movie-heading-side_lines span:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
.movie-heading-side_lines.-white {
  color: #FFF;
}
.movie-heading-side_lines.-white span:before, .movie-heading-side_lines.-white span:after {
  background-color: #FFF;
}
@media screen and (max-width: 1023px) {
  .movie-heading-side_lines {
    font-size: 15px;
    margin: 0 0 30px;
  }
  .movie-heading-side_lines span {
    padding: 0 30px;
  }
  .movie-heading-side_lines span:before, .movie-heading-side_lines span:after {
    height: 35px;
  }
}

.movie-block {
  padding: 40px 0;
}
.movie-block .movie-wrapper {
  margin: 0 auto 40px;
  max-width: 712px;
  width: 100%;
}
.movie-block .movie-wrapper .movie-inner {
  padding-top: 56.25%;
  position: relative;
}
.movie-block .movie-wrapper .movie-inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.movie-block .movie-bottom {
  text-align: center;
}
.movie-block .movie-bottom p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0 0;
}
.movie-block .movie-bottom p a {
  display: inline-block;
}
.movie-block .movie-bottom p a img {
  display: block;
  height: auto;
  width: 185px;
}
.movie-block .movie-bottom p a:hover {
  opacity: .8;
}
@media screen and (max-width: 1023px) {
  .movie-block .movie-wrapper {
    margin-bottom: 30px;
  }
  .movie-block .movie-bottom p {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .movie-block .movie-bottom p a img {
    width: 140px;
  }
}

/*# sourceMappingURL=base.css.map */